Advertisement
buiduyen

muligan tempo hybrid

Feb 7th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. // Tempo Mage
  2.  
  3. // - VS ALL ------------------------------
  4.  
  5. // 1-DROP
  6. // 1 x Mana Wyrm
  7. hold;mage;all;NEW1_012:1
  8.  
  9. // 2-DROP
  10. // 1 x Sorcerer's Apprentice
  11. hold;mage;all;EX1_608:1
  12.  
  13. // 1 x Mad Scientist
  14. hold;mage;all;FP1_004:1
  15.  
  16. // 3-DROP
  17. // 1 x Flamewaker if we have coin
  18. hold;mage;all;BRM_002:1;coin
  19.  
  20. // - P A L A D I N ------------------------------
  21.  
  22. // 1-DROP
  23. // 1 x Arcane Missiles
  24. hold;mage;pala;EX1_277:1
  25.  
  26. // 2-DROP
  27. // 1 x Frostbolt
  28. hold;mage;pala;CS2_024:1
  29. // 1 x Flamecannon
  30. hold;mage;pala;GVG_001:1
  31.  
  32. // 3-DROP
  33. // 1 x Flamewaker if we have coin
  34. hold;mage;pala;BRM_002:1;coin
  35.  
  36. // - D R U I D ----------------------------------
  37.  
  38. // 2-DROP
  39. // 1 x Frostbolt
  40. hold;mage;druid;CS2_024:1
  41. // 1 x Flamecannon
  42. hold;mage;druid;GVG_001:1
  43.  
  44. // - W A R L O C K ------------------------------
  45.  
  46. // 2-DROP
  47. // 1 x Frostbolt
  48. hold;mage;warlock;CS2_024:1
  49. // 1 x Flamecannon
  50. hold;mage;warlock;GVG_001:1
  51.  
  52. // - S H A M A N --------------------------------
  53.  
  54. // 1-DROP
  55. // 1 x Arcane Missiles
  56. hold;mage;pala;EX1_277:1
  57.  
  58. // 2-DROP
  59. // 1 x Frostbolt
  60. hold;mage;shaman;CS2_024:1
  61. // 1 x Flamecannon
  62. hold;mage;shaman;GVG_001:1
  63.  
  64. // - P R I E S T --------------------------------
  65.  
  66. // 2-DROP
  67. // 1 x Flamecannon
  68. hold;mage;priest;GVG_001:1
  69.  
  70. // - M A G E ------------------------------------
  71.  
  72. // 2-DROP
  73. // 1 x Frostbolt
  74. hold;mage;mage;CS2_024:1
  75. // 1 x Flamecannon
  76. hold;mage;mage;GVG_001:1
  77.  
  78. // 3-DROP
  79. // 1 x Flamewaker if we have coin
  80. hold;mage;mage;BRM_002:1;coin
  81.  
  82. // - W A R R I O R ------------------------------
  83.  
  84. // 4-DROP
  85. // 1 x Piloted Shredder
  86. hold;mage;warrior;GVG_096:1
  87.  
  88. // - H U N T E R --------------------------------
  89.  
  90. // 1-DROP
  91. // 1 x Arcane Missiles
  92. hold;mage;hunter;EX1_277:1
  93.  
  94. // 2-DROP
  95. // 1 x Frostbolt
  96. hold;mage;hunter;CS2_024:1
  97. // 1 x Flamecannon
  98. hold;mage;hunter;GVG_001:1
  99.  
  100. // 3-DROP
  101. // 1 x Flamewaker if we have coin
  102. hold;mage;hunter;BRM_002:1;coin
  103.  
  104. // - R O G U E ----------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement